projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25303d
)
(bootstrap-lisp): Don't suppress error messages.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Nov 2001 16:00:56 +0000
(16:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Nov 2001 16:00:56 +0000
(16:00 +0000)
ChangeLog
patch
|
blob
|
history
Makefile.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 450382f92f60f34b32db3cad3dcf735c705862eb..99771f452faf81a6397a5f13e3cf716ee98a9ae1 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2001-11-09 Richard M. Stallman <rms@gnu.org>
+
+ * Makefile.in (bootstrap-lisp): Don't suppress error messages.
+
2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
* AUTHORS: Regenerate.
diff --git
a/Makefile.in
b/Makefile.in
index 8915c6299752384cac0ff09a6b799f2b9c5088cc..6123be83830f75eb56787e2cc1f9974cb5babafa 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-676,7
+676,7
@@
bootstrap-lisp-1:
(cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
bootstrap-lisp:
-
-
(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
+ (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
bootstrap-src:
(cd src; $(MAKE) $(MFLAGS) bootstrap)